home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 100 / CD-ROM 100.iso / edu / shortpse / setup.exe / #setuppath# / Pse.cfg < prev    next >
Encoding:
Text File  |  2003-03-28  |  2.9 KB  |  106 lines

  1. # 24.03.2003 21:47:59
  2. # EniG. Periodic Table of the Elements
  3. # Configuration file
  4. ______________________________
  5.  
  6. # Automatic starting of temperature change with programme starting
  7. # The values can be: 1 - switched on or 0 - switched off
  8.  
  9. AutoStart = 0
  10.  
  11. # Automatic exit from the programme when the temperature reaches its extreme
  12. # The values can be: 1 - switched on or 0 - switched off
  13.  
  14. AutoClose = 0
  15.  
  16. # Automatic data paging in the window with the information about the element
  17. # The values can be: 1 - switched on or 0 - switched off
  18.  
  19. AutoScroll = 0
  20.  
  21. # The initial value of temperature with the automatic temperature change
  22. # The values can range from 0 to 5999 K
  23.  
  24. TempStart = 0
  25.  
  26. # The final value of temperature when leaving the programme
  27. # The values can range from 1 to 6000 K
  28.  
  29. TempEnd = 6000
  30.  
  31. # The speed of temperature change with the automatic temperature change
  32. # The values can range from 1 to 60000 K
  33.  
  34. StepTemp = 200
  35.  
  36. # The time of holding up of an element in the screen with the automatic temperature change
  37. # The element concerned can be in the screen from 0 to 1000 seconds
  38.  
  39. StepAtom = 5
  40.  
  41. # The choice of language for the Periodic table
  42. # 0 - Croatian, 1 - English, 2 - German, 3 - French, 4 - Italian
  43.  
  44. Language = 1
  45.  
  46. # The colour of the background of Periodic Table of Elements
  47. # The values R (red), G (green) and B (blue) can be from 0 to 255,
  48. # and 'up' for the upward range
  49. # (the value of colour is 0 at the bottom of the screen and 255 at the top),
  50. # 'dn' for the downward range or a number from 0  to 255
  51.  
  52. R_Color = 192
  53. G_Color = 192
  54. B_Color = 192
  55.  
  56. # The Periodic Table of Elements can also have a picture as the background.
  57. # The values can be: 1 - switched on or 0 - switched off
  58.  
  59. BgPicture = 1
  60.  
  61. # The minimal size of the background picture is 800╫600 pixels
  62. # If the picture is not in the same directory where the Periodic Table is,
  63. # it is necessary to enter the whole path up to the picture (e.g. c:\picture\back.jpg).
  64.  
  65. PictureName = Dubrovnik.jpg
  66.  
  67. # The colour of the caption 'PERIODIC TABLE OF THE ELEMENTS'
  68.  
  69. RGBTitle  (R = 0, G = 0, B = 255)
  70.  
  71. # The colour of the button depends on the physical state of element
  72. # The values R, G and B can be from 0 to 255, where the colour components are:
  73. # R = red, G = green, B = blue
  74.  
  75. # Gas
  76.  
  77. RGBGas (R = 143, G = 188, B = 143)
  78.  
  79. # Liquid
  80.  
  81. RGBLiquid (R = 255, G = 126, B = 0)
  82.  
  83. # Solid
  84.  
  85. RGBSolid (R = 128, G = 176, B = 255)
  86.  
  87. # Not-Known - data are not known
  88.  
  89. RGBUnknown (R = 192, G = 192, B = 192)
  90.  
  91. # The colour of signs in which groups and periods are written
  92.  
  93. RGBGroups (R = 0, G = 0, B = 0)
  94.  
  95. # The colour of button and frame for lanthanides and actinides
  96.  
  97. RGBLanthanide (R = 255, G = 255, B = 255)
  98.  
  99. # The colour of signs in which the key is written
  100.  
  101. RGBKey (R = 255, G = 255, B = 255)
  102.  
  103. ______________________________
  104. # Values can be changed manually in this file.
  105. # You are recommended to stay within the given limits.
  106.